home *** CD-ROM | disk | FTP | other *** search
- PPWAV.ASM performs one or more of the following conversions on a RIFF WAVE
- sound file: mix to mono, convert to 8-bit, and/or halve the sampling rate.
- See PPWAV.DOC for details.
-
- Use the A86 shareware assembler to make this program (you can also use
- Turbo Assembler or MASM, but you will have to modify the program first).
- A86 is available on Simtel. The program will then have to be linked with
- the Microsoft Object Linker (or compatible).
-
- To make the program, type:
-
- A86 +O PPWAV.ASM
- LINK PPWAV;
-
- PPWAV.EXE will be produced.